home *** CD-ROM | disk | FTP | other *** search
- #ifndef _FDL_FDLDSP_H
- #define _FDL_FDLDSP_H
-
- #define FDLINP_X0 (4)
- #define FDLINP_Y0 (24)
- #define FDLINP_XS (288)
- #define FDLINP_YS (44)
-
- #define FDLDRV_X0 (FDLINP_X0 + FDLINP_XS + 4)
- #define FDLDRV_Y0 (FDLINP_Y0)
- #define FDLDRV_XS (640 - FDLINP_XS - 12)
- #define FDLDRV_YS (74)
-
- #define FDLLST_X0 (640 - FDLLST_XS - 4) /* 300 */
- #define FDLLST_Y0 (FDLDRV_Y0+FDLDRV_YS+4) /* 102 */
- #define FDLLST_XS (2+4+(51*6)+4+16+2+2) /* 336 */
- #define FDLLST_YS (480-20-FDLLST_Y0) /* 358 */
-
- #define FDLSCN_X0 (4)
- #define FDLSCN_Y0 (480-20-FDLSCN_YS)
- #define FDLSCN_XS (640 - FDLLST_XS - 12)
- #define FDLSCN_YS (2+14+4+12*8+4+2)
-
- #endif
-